home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / rprinter / install.txt < prev    next >
Encoding:
Text File  |  1996-09-15  |  1.5 KB  |  35 lines

  1. ------------
  2. Installation
  3. ------------
  4.  
  5. Installing the ReportPrinter component suite is an easy process. If you
  6. have installed an older or demo copy of ReportPrinter, first remove all
  7. instances of those files from the component library and your hard disk
  8. before continuing with the installation process.  If you do not do this
  9. you may get type mismatch or other errors.
  10.  
  11. Step 1: Backup the component library file called COMPLIB.DCL in your
  12. \DELPHI\BIN directory. If you encounter any problems during the
  13. installation process, you can restore your component library by restoring
  14. this file.
  15.  
  16. Step 2: Copy the files in the INSTALL sub directory found on the
  17. distribution disk into a directory on your hard disk (\DELPHI\LIB or
  18. \DELPHI\ADDON are good choices).
  19.  
  20. Step 3: Load up Delphi and select Options|Install Components from the
  21. Delphi menu bar. Once the Install Components dialog window is displayed,
  22. click on the Add button and select the file RPREG.PAS in the directory
  23. that the ReportPrinter files were copied into in Step 2. You should use
  24. the Browse button to do this.
  25.  
  26. Step 4: Click OK to return to the Install Components dialog box and then
  27. click OK to accept the changes. Delphi will now re-compile your component
  28. library. Once it is finished, you should have a new page on your component
  29. bar called Report that contains the new ReportPrinter components.
  30.  
  31. NOTE: If you want to change the component page that the ReportPrinter
  32. components are installed into, modify the RegisterComponents call in
  33. RPREG.PAS before beginning the installation.
  34.  
  35.